Ktor
Toggle table of contents
3.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
js
Platform filter
js
Switch theme
Search in API
Ktor
ktor-client-core
/
io.ktor.client.fetch
/
[js]ReadableStreamBYOBReader
Readable
Stream
BYOBReader
js
external
interface
ReadableStreamBYOBReader
(
source
)
Members
Properties
closed
Link copied to clipboard
js
abstract
var
closed
:
Promise
<
Unit
>
Functions
cancel
Link copied to clipboard
js
abstract
fun
cancel
(
reason
:
Any
?
=
definedExternally
)
:
Promise
<
Unit
>
read
Link copied to clipboard
js
abstract
fun
<
T
:
ArrayBufferView
>
read
(
view
:
T
)
:
Promise
<
ReadableStreamReadResult
<
T
>
>
release
Lock
Link copied to clipboard
js
abstract
fun
releaseLock
(
)